home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / detrsh11.arc / DETRASH.DOC next >
Text File  |  1990-02-24  |  5KB  |  115 lines

  1. DeTrash
  2. Version 1.1
  3. Cull PCBVerify Trash File, PCBoard 14.0+ , PCBVERIFY 3.1 Beta6
  4.  
  5. By Brad Chesbro, Chesbro Computer Consultants
  6. Mushin BBS - (619)535-9580, 1200/2400
  7. Copyright (c) 1990
  8. All Rights Reserved
  9.  
  10. Disclaimer:
  11.  
  12. The author makes no warranties expressed or implied as to the
  13. quality or performance of this program. The author will not be held
  14. liable for any direct, indirect, incidental, or consequential
  15. damages resulting from the use of this program.  Your use of this
  16. program constitutes your agreement to this disclaimer and your
  17. release of the author from any form of liability or litigation.
  18.  
  19. Registration:
  20.  
  21. If after using DeTrash you find it to be worthy, please register
  22. your copy with a $5 ShareWare contribution.  Twenty bucks gets you the
  23. Turbo C source code.  Registered users are entitled to lifetime free
  24. upgrades, and are posted on Mushin BBS's Bulletin of Registered
  25. Users.  Please help keep DeTrash and ShareWare alive and well by
  26. registering your copy today!  
  27.  
  28. payable to:   Chesbro Computer Consultants
  29.               7770 Regents Rd., #113-113
  30.               San Diego, CA  92122
  31.  
  32. 1.0   What is DeTrash.
  33.  
  34. Detrash will cull entries from your PCBVerify trashcan file that are no 
  35. longer in your user file.  Detrash uses the index files for your user file, 
  36. and indicates which trashcan entries are Not Found, while showing those
  37. entries that are.  The Found entries are written to standard out and can be
  38. redirected to a file.  
  39.  
  40. This is version 1.1, for the PCBVVER style of PCBVerify verified numbers
  41. "trashcan" of the format:
  42.  
  43. "000-000-0000","FIRST LAST","MM-DD-YYYY"
  44.  
  45. 2.0   Setup and Usage.
  46.  
  47. Arguments are:
  48.  
  49. DETRASH  [drv:\path for index files] [drv:\path\name for trashcan]
  50.  
  51. Example:
  52.  
  53. DETRASH C:\PCB\MAIN C:\PCB\VERIFY\PCBVVER
  54.  
  55. Notes:
  56.  
  57.  - the files "FOUND" and "NFOUND" are automatically created in the current
  58.    directory for names that are found and not found respectively.
  59.  
  60.  - The drv:\path for the index files MUST NOT have a trailing slash.
  61.  - There should be no trailing blank lines in the trashcan file.  They will
  62.    not affect the non-trash file, but will show up as Not Found.
  63.  - DeTrash expects lines in the following format:
  64.  
  65. "000-000-0000","FIRST LAST","MM-DD-YYYY"
  66.  
  67.  - no leading spaces, or spaces other than in the name.
  68.  - one space between first and last names.
  69.    NOTE!!!! - if you use the UPDATE.EXE supplied with PCBVERIFY to
  70.    convert your old trashcan file, there may be more than on space
  71.    between first and last names.  A good text editor works wonders.
  72.  - the lastname can be multiple strings (as in MC ARTHUR, or JONES, JR.)
  73.  
  74.  
  75. 3.0  Other Programs Available from Mushin BBS and Chesbro Computer Consultants.
  76.  
  77. DeTrash  - Culls entries from a PCBVerify trashcan file that no longer exist
  78.            in your user file.
  79.  
  80. MoveConf - Swap conferences around.  Totally handles all details, including
  81.            new user registration conferences, current user registrations (areas
  82.            registered, areas scanned, expired areas), last conference in, 
  83.            conference message pointers, and the entire CNAMES data file.
  84.  
  85. AddConf  - Add conference registrations to a group of users based on their
  86.            current conference registration.  Security levels are ignored and
  87.            last message read pointers are set to zero only if the user is not
  88.            already registered in the new conference(s).
  89.  
  90. Txt2Msg  - Places a text file into a PCBoard message base from the DOS command     
  91.            line.  Many options and uses for automated script to message           
  92.            conversion, automated new user registration messages, quick              
  93.            informational or warning messages, more. 
  94.  
  95. RenumMsg - Renumbers a PCBoard message base.  Will start either from a stated
  96.            number or calculate the proper starting message number based on the
  97.            current high message number and the number of active messages.  The
  98.            second option upsets the fewest high message read pointers.  Properly
  99.            updates the message base index.
  100.  
  101. ResetMsg - Scan all messages bases and resets last message read pointers in all
  102.            users to -not higher than- the current high message for each message
  103.            area.
  104.  
  105. Use2Msg  - Fully configurable Usenet Message to PCBoard message Base convertor.
  106.            Incoming Only.  Handles message base index; no need to pack or 
  107.            re-index.  Very fast, large number of options for conversion and
  108.            processing.
  109.  
  110. FixCity  - Using a SYSOP buildable conversion table of cities in your area
  111.            and their common abbreviations and mispellings, corrects the CITY
  112.            field in your user file.  Reports cities it does not know about yet,
  113.            allowing you to build and continue to add to your city name
  114.            conversion table.
  115.